/*
 Theme Name:   Mars složení
 Theme URI:    https://www.mars.com/
 Description:  Šablona pro Mars.
 Author:       Amidigital
 Author URI:   https://www.amidigital.cz/
 Template:     hello-theme-master
 Version:      1.0
 Text Domain:  elementor-hello-child
*/


/***********************
        GENERAL
***********************/

.page-template-default .elementor-section.elementor-section-boxed > .elementor-container
{
	padding: 0 20px;
}

.elementor-widget-tabs .elementor-tab-content 
{
    padding: 20px 20px 6px 20px;
}

footer li.elementor-icon-list-item > a
{
	border-bottom: 1px solid transparent;
}

footer li.elementor-icon-list-item > a:hover
{
	border-color: #fff;
}

/***********************
    HEADER AND FOOTER
***********************/


/***********************
       COMPONENTS
***********************/

/*** SIDEBAR WIDGETS ***/


/*** GALLERIES ***/


/*** POST TAGS ***/

.post-tags
{
	display: none;

	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px 85px 40px;
}

.post .post-tags
{
	display: block;
}

.post-tags span
{
	color: #fff;
}

.post-tags a
{
	font-weight: bold;

	margin: 5px 10px;
	padding: 5px 15px;

	transition: 0.5s;
	text-transform: uppercase;

	color: #000;
	border-radius: 5px;
	background: #ccc;
}

.post-tags a:hover
{
	transition: 0.5s;

	background-color: #f6e79d;
}


/*** PAGINATION ***/

.elementor-pagination
{
	padding: 30px 30px 20px;
}

.elementor-pagination a,
.elementor-pagination .current
{
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;

	-moz-box-sizing: border-box;
	height: 30px;
	padding: 7px 10px;

	text-align: center;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.elementor-pagination .current
{
	color: #fff;
	background-color: #ffdf01;
}

.elementor-pagination a
{
	color: #343;
	background: #eee;
}

/***********************
     PAGES
***********************/


/***********************
       PLUGINS
***********************/


/***********************
     MEDIA QUERIES
***********************/

/*** MIN WIDTH ***/

@media only screen and (min-width: 1026px)
{
}


/*** MAX WIDTH ***/

@media only screen and (max-width: 1025px)
{
}


/*** MIN - MAX WIDTH ***/
